sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.os
/
[main]ExecutorCompat
Executor
Compat
class
ExecutorCompat
(
source
)
Helper for accessing features in
Executor
.
Members
Functions
create
Link copied to clipboard
@
NonNull
open
fun
create
(
@
NonNull
handler
:
Handler
)
:
Executor
Creates an adapter
Executor
that posts all executed tasks onto the given
Handler
.